ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / AddRange Method / AddRange(PagesCollection<T>) Method

In This Topic
    AddRange(PagesCollection<T>) Method
    In This Topic
    Overloaded: Adds the elements of PagesCollection to the end of the PagesCollection.
    Syntax
    'Declaration
     
    Public Overloads Sub AddRange( _
       ByVal pages As PagesCollection(Of T) _
    ) 
    public void AddRange( 
       PagesCollection<T> pages
    )

    Parameters

    pages
    See Also